micro_utils.dokka
0.14.2
common
micro_utils.dokka
/
dev.inmo.micro_utils.common
/
[common]intersect
intersect
fun
<
T
:
Comparable
<
T
>
>
ClosedRange
<
T
>
.
intersect
(
other
:
ClosedRange
<
T
>
)
:
Pair
<
T
,
T
>
?
fun
IntRange
.
intersect
(
other
:
IntRange
)
:
IntRange
?
fun
LongRange
.
intersect
(
other
:
LongRange
)
:
LongRange
?